From 9cf60f0b1633cce97a04e4e5eb2fd4d22a8a5748 Mon Sep 17 00:00:00 2001 From: "mafetter@fleming.research" Date: Wed, 10 Nov 2004 14:42:14 +0000 Subject: [PATCH] bitkeeper revision 1.1159.171.1 (419228c6kbohrU_-Rctxvc34Aiaa0A) "cd $TOP/xen; make dist" didn't know about the new $TOP/dist/install hierarchy. Now it does. --- xen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/Makefile b/xen/Makefile index bb64e08c91..bd39f3a136 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -26,7 +26,7 @@ install: $(TARGET) install -m0644 include/public/COPYING $(prefix)/usr/include/xen dist: $(TARGET) - $(MAKE) prefix=`pwd`/../install dist=yes install + $(MAKE) prefix=`pwd`/../dist/install dist=yes install clean: $(MAKE) -C figlet clean -- 2.30.2